importData() Method |
This method displays a clipboard where you can copy the data that you want to import into the Process Platform application. The data is saved in the Text format.
Syntax
system.getClipboard().importData(fpCallbackFunction, [sTitle]);
Parameters
Parameter |
Description |
---|---|
fpCallbackFunction |
Required. Denotes the function to be called using the value that you specify in the clipboard dialog. |
sTitle |
Optional. Denotes the title to be displayed for the importData dialog box. The default title is Clipboard. |
Return Value
Returns no value.
Example
system.getClipboard().importData(clipboardImportHandler);